お問い合わせ

リフォームキャンペーン(こどもエコ住まい対応) 12/1~3/28

リフォームキャンペーン


令和4年度各市町村からリフォーム補助金+こども未来支援事業とあわせてお得にリフォームができます。

愛着のあるすまいをもっと愛着を持ち快適にすごしませんか?

【期間】

令和4年12月1日 ~ 令和5年3月28日

【特典】

・現場調査、リフォームプラン、見積作成無料
・各補助金のお手伝い
※完成後施工事例をホームページ掲載可能な方に限り特別価格にて施工いたします。
 くわしくは、ライン、メールまたはお電話よりお問い合わせください。

ラインからお問合せしていただけます。友達追加してトークに記入してください。

※ 営業時間8:00~18:00の対応となります。
※ お問い合わせの際はモニターハウスの件でとお伝えください。

// --- スムーズスクロール処理(Elementorポップアップ対応) --- function scrollToAnchor(targetID) { const target = document.querySelector(targetID); if (target) { const y = target.getBoundingClientRect().top + window.pageYOffset - OFFSET; window.scrollTo({ top: y, behavior: "smooth" }); history.replaceState(null, null, targetID); } } // 通常のアンカーリンクすべてに対応(ポップアップ内外問わず) document.querySelectorAll('a[href^="#"], a[href*="#"]').forEach(link => { link.addEventListener("click", function (e) { const href = link.getAttribute("href"); if (!href || !href.includes("#")) return; const url = new URL(href, window.location.origin); const hash = url.hash; const samePage = url.pathname === window.location.pathname; if (hash && samePage) { const targetID = hash; const targetElement = document.querySelector(targetID); if (targetElement) { e.preventDefault(); // ポップアップ内なら閉じる if (link.closest('.elementor-popup-modal')) { if (typeof jQuery !== 'undefined' && typeof jQuery.magnificPopup !== 'undefined') { jQuery.magnificPopup.close(); } setTimeout(() => { scrollToAnchor(targetID); }, 400); // ポップアップ閉じ後にスクロール } else { // 通常のアンカー移動 scrollToAnchor(targetID); } } } }); });